'DeclarationPublic Overloads Function Read( _ ByVal FileNames As System.Collections.Generic.IEnumerable(Of String), _ Optional ByVal ReadBehaviour As ReadBehaviours _ ) As DicomDataSetCollection
public DicomDataSetCollection Read( System.Collections.Generic.IEnumerable<string> FileNames, ReadBehaviours ReadBehaviour )
Parameters
- FileNames
A set of Filenames to read.
- ReadBehaviour
The behaviours to be used when reading this stream
Return Value
If successful, a DicomDataSetCollection is returned, and is added to the appropriate collection. If unsuccessful, an appropriate error is thrown.